getShape

Get the shape of a plain D array. A standalone convenience function for getting array shape without converting to Mir Slices. The array must have correct dimensions otherwise the column index will not be consistent.

ulong[]
getShape
(
T
)
(
T obj
,
ulong[] dims = null
)

Meta